home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Scene Storm
/
Scene Storm - Volume 1.iso
/
coding
/
c
/
pdc
/
s
/
start
Wrap
Text File
|
1990-04-07
|
366b
|
10 lines
; This script is meant to be run from the top of your PDC directory heirarchy.
; It will set the necessary environment variables and will assign the logical
; device "pdc:" to a common point for referencing PDC-related files.
;
assign pdc: ""
path add pdc:bin
setenv PDCLibs "PDC.Lib; Amiga.lib; Math.lib"
setenv PDCLibDirs "PDC:lib"
setenv PDCIncDirs "PDC:include"